3.3035 \(\int \left (a+b \left (c x^n\right )^{3/n}\right ) \, dx\)

Optimal. Leaf size=21 \[ a x+\frac{1}{4} b x \left (c x^n\right )^{3/n} \]

[Out]

a*x + (b*x*(c*x^n)^(3/n))/4

_______________________________________________________________________________________

Rubi [A]  time = 0.0149781, antiderivative size = 21, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.133 \[ a x+\frac{1}{4} b x \left (c x^n\right )^{3/n} \]

Antiderivative was successfully verified.

[In]  Int[a + b*(c*x^n)^(3/n),x]

[Out]

a*x + (b*x*(c*x^n)^(3/n))/4

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \frac{b x \left (c x^{n}\right )^{\frac{3}{n}}}{4} + \int a\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(a+b*(c*x**n)**(3/n),x)

[Out]

b*x*(c*x**n)**(3/n)/4 + Integral(a, x)

_______________________________________________________________________________________

Mathematica [A]  time = 0.00307024, size = 21, normalized size = 1. \[ a x+\frac{1}{4} b x \left (c x^n\right )^{3/n} \]

Antiderivative was successfully verified.

[In]  Integrate[a + b*(c*x^n)^(3/n),x]

[Out]

a*x + (b*x*(c*x^n)^(3/n))/4

_______________________________________________________________________________________

Maple [A]  time = 0.03, size = 23, normalized size = 1.1 \[ ax+{\frac{bx}{4}{{\rm e}^{3\,{\frac{\ln \left ( c{{\rm e}^{n\ln \left ( x \right ) }} \right ) }{n}}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(a+b*(c*x^n)^(3/n),x)

[Out]

a*x+1/4*x*b*exp(3/n*ln(c*exp(n*ln(x))))

_______________________________________________________________________________________

Maxima [A]  time = 1.41058, size = 23, normalized size = 1.1 \[ \frac{1}{4} \, b c^{\frac{3}{n}} x^{4} + a x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^n)^(3/n)*b + a,x, algorithm="maxima")

[Out]

1/4*b*c^(3/n)*x^4 + a*x

_______________________________________________________________________________________

Fricas [A]  time = 0.233707, size = 23, normalized size = 1.1 \[ \frac{1}{4} \, b c^{\frac{3}{n}} x^{4} + a x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^n)^(3/n)*b + a,x, algorithm="fricas")

[Out]

1/4*b*c^(3/n)*x^4 + a*x

_______________________________________________________________________________________

Sympy [A]  time = 0.617653, size = 19, normalized size = 0.9 \[ a x + \frac{b c^{\frac{3}{n}} x \left (x^{n}\right )^{\frac{3}{n}}}{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(a+b*(c*x**n)**(3/n),x)

[Out]

a*x + b*c**(3/n)*x*(x**n)**(3/n)/4

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.21822, size = 24, normalized size = 1.14 \[ \frac{1}{4} \, b x^{4} e^{\left (\frac{3 \,{\rm ln}\left (c\right )}{n}\right )} + a x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^n)^(3/n)*b + a,x, algorithm="giac")

[Out]

1/4*b*x^4*e^(3*ln(c)/n) + a*x